Zdocj is a lightweight text editor for Palm DOC files.

In this package:

zdocj.prc               The program file, must be installed to run the editor.

uniform.prc		Library that allows access to VFS files.  It is not necessary to
			install this unless your PDA has Virtual File System capability,
			usually meaning OS 4.2 or later.

Zdocj FAQ.pdb           Frequently Asked Questions, optional.  May be installed
                        on your PDA and read with Zdocj or any DOC reader.

Zdocj Manual.pdb        Full Manual, optional.  More than most people care to
                        know.  Includes descriptions of all the warnings and
                        errors.

Best Uses.txt           Opinions on the strongest and weakest points of Zdocj
                        and other programs.

Memo2DOC.prc            Freeware program to convert Memo Pad entries to DOCs, optional.

readme.txt              This file.

History:

        0.7     First release to internet
        0.8     Fixed minor issue in quick compression to yield smaller
                files.  Previous version was still accurate, just bigger.
                Fixed issues of programming form which only affect 4.12 debug ROM.
                Bugfix: if you cancel out of a running search, you can no longer
                search anymore unless you exit the program.
        0.9     Now sorting the filenames in the dropdown list.
                Bugfix: file name longer than 31 characters gave error.
                Now returning to previous position when re-entering a file.
                Added preference option to turn off beep sound.
                Bugfix: estimated position could scroll below zero, locking program
                Bugfix: not fetching more text when buffer is filled to just under 64k
        1.0     Bugfix: files on memory cards > 0 were not being ignored.
                Silenced the beeping when clock displayed.
        1.1     Bugfix: file list not updated when file was renamed.
                This is the last version compiled with command line prc-tools.
        1.2     Added resizing support for High-Res and DIA via palmresize package.
                Added a tiny custom font for users with OS 4.1 or later.
                Method of selecting font changed so that more fonts are available.
                Added option for removing ruled lines under the text.
                Bugfix: only under OS 6+, select point to mark sometimes was flaky.
                Button and Menu text changed to standard characters.  Less stylish, but
                  at least will show up under Japanese OS.
                First time compiled under Palm OS Development Suite.
        1.3     Added Keyboard command to menu per user request.
	1.4	Changed scrolling mechanism to eliminate floating point math.
		Added import and export function for VFS files.
		Added option to translate CR and LF when importing or exporting.
		Fixed bug of error when changing only the backup bit of a file.
	1.5	Incorporated updated version of resize package.
	1.6 Removed TailTrim() routine.  Deleted a lot of code out of HeadPost()
	    and TailPost() that attempts to preserve existing record structure
	    if possible.  This results in many small records getting coalesced
	    into fewer, larger records sometimes.
